/*
Class
*/


.container {
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    max-width: 1140px;
    padding: 0px;
    
}

.h1, h2, h3, h4, h5, p, li, ui button, .btn_check {
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    font-weight: 300;
}

h3 {
    font-size:26px;
    font-weight: 400;
}

.top {

    padding: 45px 45px 45px 45px;
    background-image: url('../image/bg-top.png');
    margin-bottom:0px;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0px 0px;
    background-size: cover;
    background-position: 100%;
}


.product {
    background-image: url('../image/product-bg.png');
    background-repeat: no-repeat;
    padding: 1px 60px;
}

.product-dell {
    margin:90px 0px 90px 0px;
}

.product-2 {

    background-repeat: no-repeat;
    padding: 30px 60px  30px  60px;
}



.promotion {

    padding: 45px 45px 60px 45px;
}



.bottom {
    font-size: 10pt;
    color: #000000;
    margin-top:60px;
    border-radius: 0px 0px 30px 30px;
}
    
.bottom-asus {
    font-size: 10pt;
    color: #000000;
    padding: 0px 15px 30px 15px;

    border-radius: 0px 0px 30px 30px;
}

.bottom-bg {
    margin: 80px 0px;
    background-image: url('../image/bg-bottom.png');
    background-repeat: no-repeat;

    background-size:cover;
}



.btn_check {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 12pt;
    padding: 9px 45px 9px 45px;
    border: 1px solid #0082fa;
    border-radius: 30px;
    background: #0082fa; 
}


.bottom-apla {
    font-size: 13px;
    color:#949494;
    margin-top: 45px;
    padding: 30px 15px 15px 15px;
    background-color:#000000;
    border-radius: 0px 0px 30px 30px;
}


.btn_check:hover {
    color: #0082fa;
    background: none;
}

.container a {
    color: #FFFFFF;
    text-decoration: none;
 }

/*
Id
*/

#sb {


    font-weight: 600;
 }
      
.img {
    margin-bottom: 30px;
    margin-top: 30px;
}

      
.img-p {
    margin-bottom: 30px;
    margin-top: 75px;
}



 .img_top {
    margin-top: 30px;
}


 ul,li {
    padding: 0;
     list-style-position: inside;
    }


.img_top {

padding-top:20px;
}

#white {
    color: #FFFFFF;
    font-weight: 300;
}

#white-sb {
    color: #FFFFFF;
    font-weight: 600;

}



.naglowek {
    padding: 15px 30px;
}

#smfont {
    font-size: 14pt;
    text-decoration: line-through;
}

#brand-1 {
    color: #0082FA;
}

#brand-2 {
    color: #0FD2FF;
}

#grey {
    color:#949494;
}